home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The SelectWare System Volume 5 #4
/
The SelectWare System Volume 5 #4.iso
/
bor10020
/
qp4demo.bat
< prev
Wrap
DOS Batch File
|
1992-02-12
|
990b
|
35 lines
echo off
cls
if exist QP4D_US.EXE goto demo
goto error
:demo
QP4D_US
echo off
cls
echo .........................................................
echo : :
echo : Thank you for watching the Quattro Pro 4.0 demo :
echo : :
echo : To view it again, type QP4DEMO and press ENTER. :
echo : :
echo :.......................................................:
goto exit
:error
echo off
cls
echo .........................................................
echo : :
echo : :
echo : ERROR :
echo : :
echo : The file QP4D_US.EXE is missing. :
echo : :
echo : You must install this demo from floppy disk to :
echo : your hard drive. To install, place the :
echo : Quattro Pro 4.0 Demo Disk in drive A: :
echo : then type INSTALL and press the ENTER key. :
echo : :
echo :.......................................................:
goto exit
:exit